home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / LunarLander.swf / scripts / frame_4 / PlaceObject2_34_1 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2006-06-13  |  160 b   |  11 lines

  1. onClipEvent(load){
  2.    vel = 20;
  3.    xvel = 20;
  4.    grav = _root.grav;
  5.    thrust = false;
  6.    landed = false;
  7.    lives = 3;
  8.    timer = 0;
  9.    score = 0;
  10. }
  11.